home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00009_Script_Set VideoVolume < prev    next >
Text File  |  1998-09-28  |  180b  |  9 lines

  1. global gSoundlevel
  2. on setvideovolume
  3.   if voidp(gSoundlevel) then set gSoundlevel = 1
  4.   set newvolume = 255*gSoundlevel
  5.   set the volume of sprite 48 = newvolume
  6.   
  7.   
  8. end
  9.